Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
class_exists
class_exists
Check if the class is defined
Name:
class_exists
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Check if the class is defined
Related
How to Use the is_a() Function to Validate Object Types in Factory Pattern
6
Is session_register_shutdown() still needed in Symfony?
5
Combined with array_unique() to do preliminary pre-duplication statistics
2
What Causes Incomplete Results with PDOStatement::fetchAll? Tips for Preventing Data Loss
6
Similar Functions
is_a
is_a
Checkifanobjectbelon
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
get_class
get_class
Returntheobject'
get_declared_traits
get_declared_traits
Returnsanarrayofalld
method_exists
method_exists
Checkiftheclassmetho
get_called_class
get_called_class
Thenameofthe"La
property_exists
property_exists
Checkifanobjectorcla
get_declared_classes
get_declared_classes
Returnsanarraycompos
Popular Articles